mockseries.noise.gaussian_noise
#
GaussianNoiseGaussian noise generator.
This class adds uncorrelated, additive white noise to your signal.
Arguments:
mean
- mean of the noise std : float standard deviation of the noise
Notes:
https://rts-gen.readthedocs.io/en/latest/generators.html#gaussian-noise-generator https://math.stackexchange.com/questions/1923924/normal-variables-adding-and-multiplying-by-constant/1923932 Let ๐โผ๎บ(๐,๐). Let ๐>0. Then, ๐+๐โผ๎บ(๐+๐,๐) and ๐๐โผ๎บ(๐๐,๐2๐).